ComponentOne Xamarin Edition
C1HierarchicalCollectionView<T> Class
Members 
C1.CollectionView Assembly > C1.CollectionView Namespace : C1HierarchicalCollectionView<T> Class
The type of the items in the collection view.
Base class of collections that are composed by others InternalCollections.
Syntax
[DefaultMember("Item")]
public abstract class C1HierarchicalCollectionView<T> : ICollectionView<T>, ISupportAsyncLoading<T>, ISupportEditing, ISupportIncrementalLoading, ISupportSorting  
where T: class
Type Parameters
T
The type of the items in the collection view.
Inheritance Hierarchy

System.Object
   C1.CollectionView.C1HierarchicalCollectionView<T>
      C1.CollectionView.C1SelectManyCollectionView<S,T>
      C1.CollectionView.C1SequenceCollectionView<T>

See Also

Reference

C1HierarchicalCollectionView<T> Members
C1.CollectionView Namespace